@charset "utf-8";
/**
 * WeiCot Framework
 * User: ajiang
 * WebSite: WWW.WEICOT.COM
 * Date: 2016/6/1 0001
 * Time: 10:11
 */
body {
    font-family: "Arial", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.72222;
    color: #34495e;
    min-width: 100%;
    height: auto;
    background-color: #fff;
}


#wrap {
    min-width: 100%;
    position: absolute;
    background: #eaedf1;
    min-height: 100%;
    overflow: hidden;
}

/**布局**/
.left-side {
    position: absolute;
    box-sizing: border-box;
    width: 19%;
    background: #ffffff bottom;
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 8px;
}

.left-side > div {
    padding-left: 20px;
}


#main-content {
    float: left;
    box-sizing: border-box;
    margin-left: 190px;
    width: 90%;
    height: 100%;
    margin-top: 10px;
}

/**** logo ****/

#logo {
    height: 30px;
    padding-right: 5px;
}

.logo_image {
    padding-left: 22px;
}


/******header**************/
.header {
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, .1); */
    margin-bottom: 0px;
    min-height: 68px;
    background-color: #3a9adb;
}

.header .logo-box {
    float: left;
    width: 200px;
    padding: 12px 0 10px 10px;
}


/******layui***********/
.x-body {
    width: 99%;
}

.layui-bg-green2 {
    background-color: #5FB878 !important;
}

.badge-fig {
    padding: 0 6px 0 2px !important;
    font-size: 12px;
    text-align: center;
    background-color: #ff5722;
    color: #fff;
    border-radius: 2px;
    margin-left: 8px !important
}


/****************导航**********/
.top-menu {
    padding-top: 26px;
    margin-left: 220px;
    height: 44px;
}

.menu {
    display: inline-block;
    vertical-align: bottom;
    width: calc(94% - 354px);
    min-width: 615px;
}


.menu li {
    float: left;
    width: 10%;
    min-width: 55px;
    max-width: 75px;
    height: 34px;
    line-height: 34px;
    color: #FFF;
    text-align: center;
    position: relative;
}

.menu li.on, .menu li:hover {
    background-color: #5da5dd;
}

.menu li.on > a, .menu li:hover > a {
    color: #FFF;
}


.menu li {
    background-color: #3a9adb;
}

.menu li .child {
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 34px;
    width: 460px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    display: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.menu li:hover .child {
    display: block;
}

.menu li a {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: bold;
}


.menu .child .lv2 {
    text-align: left;
    color: rgb(89, 90, 90);
    margin-bottom: 0;
}

.menu .child .content {
    padding-left: 20px;
}

.menu .child .title {
    background-color: #F2F2F2;
    padding-left: 8px;
}

.menu .child a {
    font-size: 12px;
    display: inline-block;
    min-width: 100px;
    color: rgb(89, 90, 90);
}

.menu .child a:hover {
    color: #3498db;
}

.main-box {
    min-height: 600px;
    margin-left: 6px;
    overflow: hidden;
}

.meun .lv2 {
    padding: 0 10px;
}

.meun-title {
    color: #828e9a;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.meun-item {
    line-height: 40px;
    height: 40px;
    color: #aab1b7;
    cursor: pointer;
}

.meun-item a {
    display: block;
    color: #5f5d5c;
    text-decoration: none !important;
    font: 14px/25px "Microsoft YaHei";
}

.meun-item-active a {
    color: #c4c7cc;
    display: block;
}

.meun-item img {
    padding-right: 8px;
    height: 20px;
}

.meun-item-active {
    /* background-color: #3d4e60; */
    border-right: 4px solid #647f9d;
    color: #fff;
}


/********左导航************/

.side-menu {
    height: 100%;
    width: 18%;
    float: left;
}

.side-menu .list * {
    margin: 0;
    padding: 0;
}

.side-menu .list {
    border-radius: 4px;
    border: 1px solid #ddd;
    position: absolute;
    box-sizing: border-box;
    width: 182px;
    background: #eaedf1 bottom;
    margin-top: 9px;
    margin-left: 5px;
}


.side-menu .list .title {
    text-indent: 5px;
    font-weight: bold;
    padding-left: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #333;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}


.side-menu .list .menu-item {
    border-top: 1px solid #ddd;
    position: relative;
}

.side-menu .list .menu-list .menu-item a, .list .menu-list .item span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-indent: 20px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    background: white;
}

.side-menu .list .menu-list .menu-item i {
    position: absolute;
    margin-right: 10px;
    font-size: 12px;
    top: 12px;
    right: 3px;
}

.side-menu .list .menu-list .menu-item a.select {
    color: #3a9adb;
}

.side-menu .list .menu-list .menu-item a.select::after {
    content: '';
    display: block;
    width: 4px;
    height: 40px;
    background-color: #3498db;
    right: 0;
    top: 0;
    position: absolute;
}


/**********上传 *********/

#uploade-box {
    width: 99%;
    min-height: 500px;
    border: 2px dashed rgb(150 150 150);
}

.file-list {
    position: relative;
    padding-bottom: 50px;
}

.uploader-box {
    text-align: center;
    margin-top: 160px;
    font-size: 20px;
    font-weight: bold;
}

.uploader-box p {
    color: rgb(153, 153, 153);
    margin-top: 15px;
}

.u-note {
    border-color: #FF5722;
}


.progress-striped {
    position: absolute;
}

.progress {
    width: 80%;
    height: 18px;
    display: inline-block;
    border: 1px solid #3498db;
    padding: 1px;
}

.progress span {
    display: inline-block;
    height: 100%;
    transition: width .6s;
}

#catalogs {
    margin-top: 42px;
}

.fileTitle, #catalogs {
    height: 38px;
    line-height: 1.3;
    line-height: 38px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}

/*****************顶部操作按钮*******************************/
.top-logout {
    color: white !important;
    border: none;
    margin: 0px;
    border-radius: 0 !important;
    font-size: 20px;
    font-weight: bold;
    float: right;
    padding: 4px;
}

/**************微调******************/

@media (max-width: 1123px) {
    #main-content {
        padding-left: 0;
    }

    .tab-pane {
        min-width: 973px;
    }

    .left-side {
        display: none;
    }

    .toggle-btn {
        display: block;
    }
}

a:link, a:visited {
    text-decoration: none;
    color: #000;
}

/********************版权信息**************************/
.footer {
    width: 100%;
}

.footer .footer-copyright {
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding-top: 16px;
    /* border-top: 1px solid #666;*/
    line-height: 17px;
    text-align: center;
    color: #666;
    padding-bottom: 16px;
}

.change-currency {
    float: right;

}

/***********用户选项****************/

.right-tools {
    float: right;
}


.user-options {
    float: right !important;
    color: #428bca !important;
    background-color: #f5f5f6 !important;
    border-radius: 4.2px;
    margin-right: 10px;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.user-options i {
    float: left;
}

#user-options-box {
    position: absolute;
    top: 66px;
    bottom: 0;
    right: 0px;
    width: 200px;
    float: right;
    z-index: 10;
    background: #f5f5f6;
    height: 200px;
    padding: 5px;
    border-radius: 2px;
    border: 2px solid #1e9fff;
    display: none;
}

.user-options .user-info {
    float: left;
    width: 106px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

/*********消息弹窗*********/

.sys-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 70%;
    border-radius: 5px;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translate(-50%, -50%);
    display: none;
}

.sys-msg-close {
    position: absolute;
    top: 16px;
    right: 21px;
    font-size: 13px;
    font-weight: bold;
}

.msg-title {
    margin: 34px 50px 0 50px;
    border-bottom: 1px solid #000000eb;
    text-align: center;
    padding: 0 0 13px 0;
}

.msg-title h2 {
    margin: 0 0 16px;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    font-weight: normal;
}

.msg-title .title-data {
    color: #000000eb;
}

.msg-title .title-data:last-child {
    margin: 0 0 0 20px;
}

.msg-content {
    margin: 30px 50px 50px 50px;
}

.msg-page {
    position: absolute;
    right: 50px;
    bottom: 25px;
}

.msg-page a {
    font-size: 14px;
    color: #3498db;
}

.msg-page a:last-child {
    margin: 0 0 0 28px;
}

.msg-page a.max {
    color: #ccc;
}

.msg-page a i {
    display: inline-block;
    width: 8px;
    height: 14px;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: none;
}


/********登录注册********/


.login-page h3.title1 {
    text-align: center;
    margin-bottom: 1em;
}

.login-top {
    padding: 1.5em;
    border-bottom: 1px solid #DED9D9;
    text-align: center;
}

.login-body {
    padding: 2em;
}

.login-top h4 {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}

.login-top h4 a {
    color: #e94e02;
}

.login-top h4 a:hover {
    color: #555;
}

.login-page input[type="text"], .login-page input[type="password"] {
    font-size: 0.9em;
    padding: 10px 15px 10px 37px;
    width: 100%;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    margin: 0em 0em 1.5em 0em;
}


.login-page label.checkbox {
    margin: 0 0 0 1.3em;
    font-size: 1em;
    color: #555;
    font-weight: 400;
    display: inline-block;
    float: left;
}

.login-page label.checkbox {
    margin-left: 1.3em;
}

.login-page label.checkbox {
    margin-left: 1.3em;
    font-size: 1em;
    color: #555;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
}

.forgot-grid {
    margin-top: 1.2em;
}

.forgot {
    float: right;
}

.forgot a {
    font-size: 1em;
    color: #555;
    display: block;
}

.forgot a:hover {
    color: #e94e02;
}

.login-page input[type="submit"] {
    margin: 0.5em 0 0;
}

.login-page input[type="submit"]:hover {
    background: #3c763d;
}

.login-page-bottom {
    text-align: center;
}

/*--login-page--*/
.login-page {
    width: 50%;
    margin: 1em auto 0;
    margin-top: 103px;
}

.login-page h3.title1 {
    text-align: center;
    margin-bottom: 1em;
}

.login-top {
    padding: 1.5em;
    border-bottom: 1px solid #DED9D9;
    text-align: center;
}

.login-body {
    padding: 2em;
}

.login-top h4 {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}

.login-top h4 a {
    color: #e94e02;
}

.login-top h4 a:hover {
    color: #555;
}

.login-page input[type="text"], .login-page input[type="password"] {
    font-size: 0.9em;
    padding: 10px 15px 10px 37px;
    width: 100%;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    margin: 0em 0em 1.5em 0em;
}


.login-page label.checkbox {
    margin: 0 0 0 1.3em;
    font-size: 1em;
    color: #555;
    font-weight: 400;
    display: inline-block;
    float: left;
}

.login-page label.checkbox {
    margin-left: 1.3em;
}

.login-page label.checkbox {
    margin-left: 1.3em;
    font-size: 1em;
    color: #555;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
}

.forgot-grid {
    margin-top: 1.2em;
}

.forgot {
    float: right;
}

.forgot a {
    font-size: 1em;
    color: #555;
    display: block;
}

.forgot a:hover {
    color: #e94e02;
}

.login-page input[type="submit"] {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 100%;
    padding: .5em 1em;
    font-size: 1em;
    margin: 0.5em 0 0;
    background-color: rgb(52, 152, 219);
    border-color: rgb(52, 152, 219);
}

.login-page input[type="submit"]:hover {
    background: rgb(42, 147, 217);
}

.login-page-bottom {
    text-align: center;
}

/********************产品刊登页面************************************/

.detail-image .image-child {
    width: 51px;
    height: 51px;
    float: left;
}

.detail-image .image-child img {
    width: 95%;
    height: 95%;
}

.main-image img {
    width: 95%;
    height: 95%;
}

.items-list .item-info .title {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
}

.items-list .item-info .description {
    display: none;
    width: 100%;
    word-break: break-all;
}

/*.main-image {*/
/*    width: 260px;*/
/*    height: 260px;*/
/*    text-align: center;*/
/*}*/
.item-data:hover {
    box-shadow: 2px 0 4px rgba(0, 21, 41, .35);
}

.item-data {
    height: 435px;
    position: relative;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 336px;
    border: 1px solid #ccc;
}

.items-list .item-info:hover .description {
    display: block;
}


.items-list .item-data:hover .item-info {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 6px rgba(0, 21, 41, .35);
    z-index: 999;
    background: #FFF;
}

.items-list .item-data .item-info .collect-fig {
    position: absolute;
    left: 12px;
    top: 164px;
    padding: 4px 6px;
    font-size: 12px;
    color: #3498db;
}

.items-list .item-data .item-info .detail-status {
    position: absolute;
    left: 12px;
    top: 78px;
    font-size: 12px;
    color: #000000;
    background-color: #FFEB3B;
}

#keep-select:before {
    content: '' !important;

}

.items-list .item-data .item-info .export-info {
    position: absolute;
    left: 151px;
    top: 48px;
    padding: 2px 5px;
    background: #68ad08cf;
    color: #FFF;
}

.items-list .item-data .item-info .id {
    position: absolute;
    left: 12px;
    top: 10px;
    border: 1px solid #ccc;
    padding: 1px 1px;
    font-size: 12px;
    min-width: 30px;
    text-align: center;
}

.items-list .item-data .item-info .checkbox-this {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;

}

.items-list .item-data .item-info .action-active {
    position: absolute;
    left: 112px;
    top: 10px;
}

.items-list .item-data .item-info .edit {
    position: absolute;
    left: 61px;
    top: 10px;
}

.checkbox-this label {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #1e9fff;
    margin: 0 10px 0 0;
    float: left;
}

.checkbox-this label:after {
    display: block;
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    background: transparent;
    top: 2px;
    left: 3px;
    border-left: 2px solid #0081ff;
    border-bottom: 2px solid #0081ff;
    transform: rotate(
            -45deg
    );
}

.checkbox-this input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.empty-items {
    text-align: center;
}

.select-items-all {
    height: 20px;
    width: 20px;
    margin-top: 4px;
    float: left;
}

.select-items {
    min-width: 160px;
}


/*******to action bar*************/
.top-bar {
    padding-top: 10px;
    position: fixed;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 2000;
    display: none;
    margin-top: -81px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}

.top-bar .action {
    margin-left: 202px;
    margin-bottom: 8px;
}

/*********************弹出层**********************/
/*https://v3.bootcss.com/javascript/#modals*/


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    margin: 0 auto;
}

.modal-header {
    background: white;
}


.modal-header {
    background: white;
    z-index: 999;
}

.modal {
    position: fixed;
    top: 88px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    margin-top: 60;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}


@media (min-width: 768px) {
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-scroll-bar {
    max-height: 90%;
    overflow-y: auto;
}

